*{
    outline: none;
}
.hide{
    display: none;
}

.container-id{
    position: relative;
    padding: 55px 65px 65px 65px;
    border: 2px solid #4c4535;
    background: #fffced url("../images/bg-page-id-wrapper.png") center top no-repeat;
}
.container-id::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 25px;
    background: #500e02;
}
.container-id form.form-auth{
    margin-top: 30px;
}
.auth-title{
    font-size: 40px;
    color: #4d7ac2;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 2px 3px #eae4c7;
}
.auth-note{
    font-size: 18px;
    color: #5e5e5e;
}


.wrapper-auth .btn-login, .wrapper-auth .btn-register, .wrapper-auth .btn-confirm{
    display: block;
    cursor: pointer;
    width: 269px;
    height: 54px;
    margin: 0 auto;
    background: transparent url("../images/bg-page-id-button-auth.png") 0px 0px no-repeat;
    border: 0 !important;
    text-align: left;
    text-indent: -9999px;
    outline: none !important;
    outline-style: none !important;
    box-shadow: none !important;
}
.wrapper-auth .btn-login:focus, .wrapper-auth .btn-register:focus, .wrapper-auth .btn-confirm:focus{
    background-color: transparent !important;
    border: 0 !important;
    outline: none !important;
    outline-style: none !important;
    box-shadow: none !important;
}

.wrapper-auth .btn-login:hover{
    background-position-y: -103px;
}

.wrapper-auth .btn-register{
    background-position-y: -230px;
}

.wrapper-auth .btn-register:hover{
    background-position-y: -333px;
}

.wrapper-auth .btn-confirm{
    background-position-y: -430px;
}

.wrapper-auth .btn-confirm:hover{
    background-position-y: -519px;
}

.wrapper-auth label{
    color: #5e5e5e;
    font-size: 16px;
}

.wrapper-auth .form-group-submit{
    margin-top: 50px;
}
.wrapper-auth .form-group-question{
    font-size: 20px;
    color: #5e5e5e;
}
.wrapper-auth .form-group-question a{
    color: #bc5734;
}
.wrapper-auth .form-group-question a:hover{
    color: #aa411c;
    text-decoration: none;
}

.input-icon{
    position: relative;
    background: #f4edd4 url("../images/bg-page-id-input-cloud.png") top right no-repeat;
}
.input-icon input{
    position: relative;
    z-index: 1;
    width: 100%;
    height: 55px;
    padding: 0 0 0 40px;
    font-size: 16px;
    color: #3d1506;
    border-radius: 0px;
    border: 1px solid #877e58;
    background: transparent;
}
.input-icon input:focus {
    background: transparent !important
}

.input-icon::before{
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 19px;
    left: 15px;
    z-index: 2;
}

.input-icon.input-user::before{
    background: url(../images/icon-user.png) center center no-repeat;
}
.input-icon.input-pass::before{
    background: url(../images/icon-pass.png) center center no-repeat;
}


/* left menu */
.username-info{
    color: #5e5e5e;
    font-size: 18px;
    line-height: 40px;
}

.username-info .highlight{
    color: #2464ba;
}

.username-info .logout{
    color: #a41f00;
}

.id-left .left-menu li{
    list-style: none;
    display: block;
    width: 100%;
    height: 67px;
    margin-top: 18px;
}
.id-left .left-menu li::before{
    content: "";
    display: block;
    width: 18px;
    height: 67px;
    float: left;
    line-height: 67px;
    background: url("../images/bg-page-id-menu.png") top left no-repeat;
}
.id-left .left-menu li::after{
    content: "";
    display: block;
    width: 100%;
    height: 0px;
    clear: both;
}

.id-left .left-menu li a{
    display: block;
    text-align: center;
    width: calc(100% - 18px);
    height: 100%;
    padding-right: 18px;
    line-height: 67px;
    float: right;
    font-size: 20px;
    text-shadow: 1px 1px #000000;
    color: #fffcb2;
    background: url("../images/bg-page-id-menu.png") top right no-repeat;
}

.id-left .left-menu li a:hover{
    text-decoration: none;
}

.id-left .left-menu li.active::before, .id-left .left-menu li:hover::before{
    background-position: bottom left;
}
.id-left .left-menu li.active a, .id-left .left-menu li:hover a{
    background-position: bottom right;
}


/* right title */
.id-right{
    font-size: 18px;
}
.id-right .id-title{
    margin-bottom: 17px;
}
.id-right .id-title h1{
    color: #4d7ac2;
    font-size: 30px;
    line-height: 40px;
    border-bottom: 1px solid #cccabf;
}

.id-right .id-title h1 .highlight{
    display: block;
    float: right;
    font-size: 20px;
    color: #be7535;
    line-height: 40px;
}


.id-right .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(227,222,191,.5);
}
.id-right .table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(198,192,168,.5);
}
.id-right .table{
    border: 1px solid #b6babf;
}
.id-right .table td, .id-right .table th{
    border-color: #b6babf;
}
.id-right .table .highlight{
    color: #4d7ac2
}


.id-right label{
    color: #5e5e5e;
}
.id-right img{
    max-width: 100% !important;
}
.id-right .alert{
    border-radius: 0;
}
.id-right .form-group{
    margin-bottom: 30px;
}
.id-right .form-control{
    color: #5e5e5e;
    height: 56px;
    font-size: 18px;
    border-radius: 0;
    background: #e5e1c9;
    border: 1px solid #bdb793;
}
.id-right .form-control:read-only, .id-right .form-control:disabled{
    background: #969382;
    border: 1px solid #000000;
}
.id-right .form-control::placeholder {
  color: #5e5e5e;
  opacity: 1; /* Firefox */
}

.id-right .form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: #f1f1f1;
}

.id-right .btn-primary{
    width: 122px;
    height: 44px;
    padding: 0;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #fff6bd;
    background: transparent url("../images/bg-page-id-button.png") top left no-repeat;
    background-color: transparent !important;
    border: 0 !important;
    outline: none !important;
    outline-style: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.id-right .btn-primary:hover, .id-right .btn-primary:focus{
    background-position: bottom left;
    background-color: transparent !important;
    border: 0 !important;
    outline: none !important;
    outline-style: none !important;
    box-shadow: none !important;
}

.id-right a.btn-primary{
    position: relative;
    width: auto;
    padding-left: 20px; 
    padding-right: 10px; 
    background-image: url("../images/bg-page-id-button-2.png")
}

.id-right a.btn-primary::after{
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -10px;
    background: transparent url("../images/bg-page-id-button-2.png") top right no-repeat;
}

.id-right .btn-primary:hover::after, .id-right .btn-primary:focus::after{
    background-position: bottom right;
}


/* sms */
.sms-message-content{
    padding: 10px;
    border: 1px solid #cccabf;
    background-color: rgba(227,222,191,.5);
}
.sms-message-content h2{
    color: #a41f00;
    font-size: 22px;
    margin-bottom: 10px;
}
.sms-message-content .message{
    color: #5e5e5e;
}
.sms-message-content .message .highlight, .sms-message-content .message .sms-content{
    color: #a41f00;
}

#qrcode img{
    margin: 0 auto;
}